body
{
    background: linear-gradient(to right, #ff00d9, #ff0059);
    text-align: center;
}
img
{
    border-radius: 12px;
    margin: 10px;
    width: 30%;
    height: auto;
}
video
{
    border-radius: 15px;
}
p
{
    border-radius: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    font-weight: bold;
}
ul
{
    text-align: left;
    font-size: larger;
    font-weight: bold;
}
h1
{
    font-size: 500%;
    background: linear-gradient(to right, #656565, #d2d2d2);
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
    display: inline-block;
    border-radius: 20px;
}